home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L' Hygiene Au Quotidien
/
L'Hygiene Au Quotidien.iso
/
mac
/
Site
/
enfants
/
images
/
source
/
carte3
/
bain.swf
/
scripts
/
frame_204
/
DoAction.as
Wrap
Text File
|
2003-07-25
|
380b
|
21 lines
function checkreponse(r)
{
butoactive = 0;
index = rep[q];
target = eval("b" + index);
target.play();
if(r == index)
{
set("_level0:score",eval("_level0:score") + 30);
ouinon.gotoAndPlay("bravo");
}
else if(r != index and tried == 1)
{
ouinon.gotoAndPlay("non");
}
q += 1;
}
q = 0;
tried = 0;
butoactive = 1;